home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19941221-19950208
/
000087_news@columbia.edu_Wed Jan 4 14:09:59 1995.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA17564
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 4 Jan 1995 09:10:15 -0500
Received: by apakabar.cc.columbia.edu id AA17515
(5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 4 Jan 1995 09:10:13 -0500
Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: How to continue a broken `get'? && Where is the FAQ?
Date: 4 Jan 1995 14:09:59 GMT
Organization: Columbia University
Lines: 18
Message-Id: <3eea7n$h22@apakabar.cc.columbia.edu>
References: <3ebsd9$3k6@irz404.inf.tu-dresden.de>
Nntp-Posting-Host: watsun.cc.columbia.edu
Apparently-To: kermit.misc@watsun.cc.columbia.edu
In article <3ebsd9$3k6@irz404.inf.tu-dresden.de>,
Steffen Schwigon <schwigon@freia.inf.tu-dresden.de> wrote:
>I'm using C-Kermit under Linux and Ultrix to get files from the
>Ultrix machine to my Linux box over a modem connection. Sometimes
>the connection goes down. Is there any chance to continue the
>`get' command on a file?
>
Yes.
The new releases of Kermit software (some of them still in Beta) --
C-Kermit 5A(190), MS-DOS Kermit 3.14 (Beta), and IBM Mainframe Kermit
4.3.1 (Beta) -- allow a binary-mode file transfer to be resumed from the
point of failure. Simply RESEND the file.
See the appropriate update notices for details: KERMIT.UPD for MS-DOS
Kermit 3.14, ckcker.upd for C-Kermit, etc.
- Frank